home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4186 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: Russell Stather <hj11@dial.pipex.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: OLE and Database Access
  5. Date: Sun, 28 Jan 1996 19:15:55 +0000
  6. Organization: UnipalmPIPEX server (post doesn't reflect views of UnipalmPIPEX)
  7. Message-ID: <310BCB6B.2487@dial.pipex.com>
  8. References: <VA.0000000c.0030426b@ythan.demon.co.uk>
  9. NNTP-Posting-Host: ak086.du.pipex.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (Win95; I)
  14.  
  15. Peter Walburn wrote:
  16. > Hi
  17. > I need to write an application which can act as an OLE server. The
  18. > application will have lots of modules which will be individual OCX's.
  19. > these OCX's will need to be able to access database tables (preferably
  20. > Foxpro tables).
  21. > The application is to be written to work under Windows 3.1 (or 3.11).
  22. > Which is the best version of C++ to use? Are there any add-on libraries
  23. > (DLL's) which allow access to Foxpro/Dbase tables? I would rather not
  24. > use the ODBC drivers to access these tables.
  25. > Any help much appreciated.
  26. > Pete.
  27.  
  28. You can use either BC4.53 or VC4.0. Either will do the job. However 
  29. please note that you wil have to use WIN32S to use the OCX's under 
  30. WIN31. This is supplied with both the above mentioned compilers.
  31.  
  32. Russell
  33.